home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 3.iso / dist / fw_id-utils.idb / usr / freeware / share / id-lang.map.z / id-lang.map
Encoding:
Text File  |  2000-04-14  |  1.6 KB  |  91 lines

  1. # Welcome to the mkid language mapper.
  2. #
  3. # The format of each line is:
  4. #
  5. #        <pattern> <language> [options]
  6. #
  7. # Filenames are matched top-to-bottom against the patterns, and the
  8. # first match is chosen.  The special language `IGNORE' means that
  9. # this file should be ignored by mkid.  The options are
  10. # language-specific command-line options to mkid.
  11. #
  12. # If a file name doesn't match any pattern, it is assigned the default
  13. # language.  The default language may be specified here with the
  14. # special pattern `**', or overridden from the mkid command-line with
  15. # the `--default-lang=LANG' option.
  16. #
  17. # The special pattern `***' means to include the named file that
  18. # immediately follows.  If no file is named, then the default system
  19. # language mapper file (i.e., this file) is included.
  20.  
  21. # Default language
  22. **            IGNORE    # Although this is listed first,
  23.                 # the default language pattern is
  24.                 # logically matched last.
  25.  
  26. # Backup files
  27. *~            IGNORE
  28. *.bak            IGNORE
  29. *.bk[0-9]        IGNORE
  30.  
  31. # SCCS files
  32. [sp].*            IGNORE
  33.  
  34. # C dependencies created by automake
  35. */.deps/*        IGNORE
  36.  
  37. *.h            C
  38. *.h.in            C
  39. *.H            C++
  40. *.hh            C++
  41. *.hpp            C++
  42. *.hxx            C++
  43. *.h++            C++
  44.  
  45. *.l            C
  46. *.lex            C
  47. *.y            C
  48. *.yacc            C
  49.  
  50. *.c            C
  51. *.C            C++
  52. *.cc            C++
  53. *.cpp            C++
  54. *.cxx            C++
  55. *.c++            C++
  56.  
  57. ChangeLog*        Cdoc
  58.  
  59. *.[sS]            asm --comment=;
  60. *.asm            asm --comment=;
  61.  
  62. # [nt]roff
  63. *.[0-9]            roff
  64. *.ms            roff
  65. *.me            roff
  66. *.mm            roff
  67.  
  68. *.tex            TeX
  69. *.ltx            TeX
  70. *.texi            texinfo
  71. *.texinfo        texinfo
  72.  
  73. # portable object (i18n)
  74. *.po            po
  75.  
  76. *.el            elisp
  77.  
  78. *.am            make
  79. Makefile        make
  80. Makefile.*        make
  81.  
  82. *.doc            text
  83. *.txt            text
  84.  
  85. *.m4            m4
  86.  
  87. *.pl            perl
  88.  
  89. *.gz            FILTER gzip -d <%s
  90. *.Z            FILTER gzip -d <%s
  91.